udpspeeder: disable color in logging to prevent side effects in syslog
authorDavid Connolly <[email protected]>
Sun, 29 Jun 2025 12:54:37 +0000 (13:54 +0100)
committerHannu Nyman <[email protected]>
Sun, 7 Dec 2025 19:36:20 +0000 (20:36 +0100)
Fixes #26872 by passing --disable-color in init script

Signed-off-by: David Connolly <[email protected]>
net/udpspeeder/Makefile
net/udpspeeder/files/udpspeeder-init

index 77b329146c6956f24b7a2d7fc9ad15a89dd7aa19..8c079ec6b179537334a6d22a73da9cbeca6af290 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=UDPspeeder
 PKG_VERSION:=20230206.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=$(PKG_VERSION)
index 3b21acf19e0b80401fd373bc50ea0f7b1e562489..3e1a5c6036cfa975e07e15949abc342f647ff208 100755 (executable)
@@ -93,6 +93,7 @@ start_instance() {
        procd_append_param command --queue-len "${queue_len}"
        procd_append_param command --log-level "${log_level}"
        procd_append_param command --fifo "${fifo}"
+       procd_append_param command --disable-color
        
 #      procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
        procd_close_instance